home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / Demo.mdb / User.json < prev   
JavaScript Object Notation  |  1998-12-09  |  606b

  1. {
  2.     "schema": {
  3.         "ContactId": "Long Integer",
  4.         "UserName": "Text (10) NOT NULL",
  5.         "Password": "Text (10)",
  6.         "Permissions": "Long Integer",
  7.         "License": "Text (20)",
  8.         "Hide": "Boolean NOT NULL"
  9.     },
  10.     "data": [
  11.         {
  12.             "ContactId": 1,
  13.             "Hide": 0
  14.         },
  15.         {
  16.             "ContactId": 2,
  17.             "UserName": "ADMIN",
  18.             "Password": "admin",
  19.             "Permissions": 65535,
  20.             "Hide": 0
  21.         },
  22.         {
  23.             "ContactId": 22,
  24.             "UserName": "CBROOKS",
  25.             "Password": "hi",
  26.             "Permissions": 1,
  27.             "Hide": 0
  28.         },
  29.         {
  30.             "ContactId": 23,
  31.             "UserName": "KIMCHRIS",
  32.             "Password": "hi",
  33.             "Permissions": 2,
  34.             "Hide": 0
  35.         },
  36.         {
  37.             "ContactId": 14,
  38.             "UserName": "RAFFERTY",
  39.             "Password": "hi",
  40.             "Permissions": 1,
  41.             "Hide": 0
  42.         },
  43.         {
  44.             "ContactId": 15,
  45.             "UserName": "JDENTON",
  46.             "Password": "hi",
  47.             "Permissions": 0,
  48.             "Hide": 0
  49.         }
  50.     ]
  51. }